home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Terminal.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-11-18  |  2.3 KB  |  94 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFAppleHelpAnchor</key>
  6.     <string>trmnl001</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>term</string>
  15.             </array>
  16.             <key>CFBundleTypeIconFile</key>
  17.             <string>TermDoc.icns</string>
  18.             <key>CFBundleTypeName</key>
  19.             <string>Terminal</string>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.         </dict>
  23.         <dict>
  24.             <key>CFBundleTypeExtensions</key>
  25.             <array>
  26.                 <string>command</string>
  27.                 <string>tool</string>
  28.             </array>
  29.             <key>CFBundleTypeIconFile</key>
  30.             <string>TermDoc.icns</string>
  31.             <key>CFBundleTypeName</key>
  32.             <string>TerminalShellScript</string>
  33.             <key>CFBundleTypeRole</key>
  34.             <string>Editor</string>
  35.         </dict>
  36.     </array>
  37.     <key>CFBundleExecutable</key>
  38.     <string>Terminal</string>
  39.     <key>CFBundleGetInfoString</key>
  40.     <string>Terminal 1.4.4</string>
  41.     <key>CFBundleIconFile</key>
  42.     <string>icon.icns</string>
  43.     <key>CFBundleIdentifier</key>
  44.     <string>com.apple.Terminal</string>
  45.     <key>CFBundleInfoDictionaryVersion</key>
  46.     <string>6.0</string>
  47.     <key>CFBundleName</key>
  48.     <string>Terminal</string>
  49.     <key>CFBundlePackageType</key>
  50.     <string>APPL</string>
  51.     <key>CFBundleShortVersionString</key>
  52.     <string>1.4.4</string>
  53.     <key>CFBundleSignature</key>
  54.     <string>trmx</string>
  55.     <key>CFBundleURLTypes</key>
  56.     <array>
  57.         <dict>
  58.             <key>CFBundleURLName</key>
  59.             <string>telnet URL</string>
  60.             <key>CFBundleURLSchemes</key>
  61.             <array>
  62.                 <string>telnet</string>
  63.             </array>
  64.         </dict>
  65.         <dict>
  66.             <key>CFBundleURLName</key>
  67.             <string>ssh URL</string>
  68.             <key>CFBundleURLSchemes</key>
  69.             <array>
  70.                 <string>ssh</string>
  71.             </array>
  72.         </dict>
  73.         <dict>
  74.             <key>CFBundleURLName</key>
  75.             <string>x-man-page URL</string>
  76.             <key>CFBundleURLSchemes</key>
  77.             <array>
  78.                 <string>x-man-page</string>
  79.             </array>
  80.         </dict>
  81.     </array>
  82.     <key>CFBundleVersion</key>
  83.     <string>100.1.4</string>
  84.     <key>LSHasLocalizedDisplayName</key>
  85.     <true/>
  86.     <key>NSAppleScriptEnabled</key>
  87.     <true/>
  88.     <key>NSMainNibFile</key>
  89.     <string>Terminal</string>
  90.     <key>NSPrincipalClass</key>
  91.     <string>TerminalApp</string>
  92. </dict>
  93. </plist>
  94.